-
Notifications
You must be signed in to change notification settings - Fork 991
add v2 beets dex yield #2130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add v2 beets dex yield #2130
Conversation
Error while running beets-dex adapter:
|
The beets-dex-v3 adapter exports pools: Test Suites: 1 passed, 1 total
|
@franzns pls split up the PR into 2 separate PRs so we can check both test outputs individually. |
The beets-dex adapter exports pools: Test Suites: 1 passed, 1 total
|
Would you also have an idea how I could reuse the code properly? Exporting it in one project and importing it in the other doesnt seem to work. |
should work fine, can just create utils inside the beets (v2) folder and import that in both index files |
I'll give this a try later today and report back |
The beets-dex adapter exports pools: Test Suites: 1 passed, 1 total
|
@slasher125 Not sure what I did last time, seems to work now. Also created a PR for v3 using the utils #2137 |
Adapted the same methodology like Balancer.
STAKING_BOOST
yield is earned when you vote on the vote market using your LP position in the governance pool. Not sure if it should be part of this or not.I've created two pretty much identical yield sources now since it seems I cant combine them into one folder. If you have an idea how to avoid the code duplication here, please let me know.